ResourceIsLocked Method (String) |
Returns a boolean indicating whether this resource is locked.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic bool IsLocked(
string address
)
Public Function IsLocked (
address As String
) As Boolean
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
BooleanTrue if the resource is locked; otherwise, false.
See Also